home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
collections
/
ItemWrapper.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
385b
|
22 lines
package mx.collections
{
import mx.core.mx_internal;
use namespace mx_internal;
public class ItemWrapper
{
mx_internal static const VERSION:String = "3.0.0.0";
public var data:Object;
public function ItemWrapper(param1:Object)
{
super();
this.data = param1;
}
}
}